home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d890.lha / LogicShop / logicshop.doc < prev    next >
Text File  |  1993-07-16  |  3KB  |  83 lines

  1. *--------------------------------------------------------------------------*
  2. *                          LogicShop                                       *
  3. *--------------------------------------------------------------------------*
  4.  
  5. LogicShop        Build and test logic circuits. Everything is accessed from
  6.                  the intuition interface. version 1.0, binary only, 
  7.                  FREEWARE.
  8.                  Author: Kenny Nagy
  9.  
  10. ****************************************************************************
  11.  
  12.                          COPYRIGHT NOTICE
  13.  
  14.     LogicShop is copyright 1993 by Kenny E Nagy. All rights reserved.
  15.  
  16. ****************************************************************************
  17.  
  18. ____________________________________________________________________________
  19.  
  20. ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
  21. FREEWARE-CONDITIONS:
  22.  
  23.     LogicShop is SHAREWARE. You are allowed to copy LogicShop as long as the
  24.     following conditions are kept :
  25.  
  26.     o  don't change or hack LogicShop
  27.     o  the archive must be kept intact
  28.     o  no more than three dollars ( $3 ) can be charged for S&H
  29.     o  original copyright notice remains intact
  30.     o  Fred Fish expressly has permission to include LogicShop
  31.        in the Amiga Library
  32.  
  33.  
  34.     NO WARRANTY is given. Use at your own risk.
  35.  
  36.  
  37.     If you want to use LogicShop as part of a commercial program, 
  38.     you need my written permission.
  39.  
  40.     Bug reports or comments E-mail me qaz@eskimo.com or write to me.
  41.  
  42.  
  43.  
  44.                      << Elements >>
  45.                      --------------
  46.  
  47. OR: if one or both of the inputs are high than the output will be high.
  48. AND: if both inputs are high than the output will be high.
  49. INVERTER: outputs the opposite of the input.
  50. JUMPER: only one input per line. output is the same as the input. the input
  51.         lines are chosen by you.
  52. JUNCTION: only one input. the outputs are the same as the input.  the input
  53.         line is chosen by you.
  54. METER: only one input. output is the same as the input. shows the state
  55.        of the input. the input line is chosen by you.
  56. RIGHT FACING SWITCH: if on output is high. if off output is low. it can be
  57.                       turned on and off by clicking it while running.
  58.  
  59. LEFT FACING SWITCH: if on output is high. if off output is low. it can be
  60.                       turned on and off by clicking it while running.
  61.  
  62.  
  63.                      << Menu selections >>
  64.                      ---------------------
  65.  
  66. NEW: clear everything without saving.
  67. OPEN: open a saved circuit.
  68. OPEN CHIP: not yet implemented.
  69. SAVE: save a circuit.
  70. SAVE CHIP: not yet implemented.
  71. ABOUT: program information.
  72. QUIT: quit without saving circuit.
  73.  
  74. BUILD: use the mouse to place the element that is selected. putting an
  75.        element on top of an existing one will delete it.
  76. DELETE: delete elements by clicking on them.
  77. LINK: link elements together. on the link requester red lined indicate a
  78.       preexisting link. selecting an preexisting link will replace it. 
  79. UNLINK: unlink elements.
  80.  
  81. RUN: test a circuit in real time.
  82. HALT: stop.
  83.